1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
3 <META http-equiv=
"Content-Type" content=
"text/html; charset=iso-8859-1">
4 <link rel=
"stylesheet" type=
"text/css" href=
"../refdoc.css">
5 <title>Namespace: System.Runtime.Remoting.Activation
</title>
8 <h2>Namespace: System.Runtime.Remoting.Activation
</h2>
11 <p> The
<a href=
"../System.Runtime.Remoting.Activation/System.Runtime.Remoting.Activation.html">System.Runtime.Remoting.Activation
</a> namespace provides classes and objects that support server and client activation of remote objects.
</p>
14 <h3>Members of System.Runtime.Remoting.Activation Namespace
</h3><b>Classes
</b><dl>
16 <table border=
"1" width=
"90%" style=
"border-collapse: collapse">
18 <th bgcolor=
"#C0C0C0">Class
</th>
19 <th bgcolor=
"#C0C0C0">
24 <td width=
"30%"><a href=
"types/UrlAttribute.html">class UrlAttribute
</a></td>
25 <td width=
"60%"> Defines an attribute that can be used at the call site to specify the URL where the activation will happen. This class cannot be inherited.
30 </dl><br><b>Interfaces
</b><dl>
32 <table border=
"1" width=
"90%" style=
"border-collapse: collapse">
34 <th bgcolor=
"#C0C0C0">Interface
</th>
35 <th bgcolor=
"#C0C0C0">
40 <td width=
"30%"><a href=
"types/IActivator.html">interface IActivator
</a></td>
41 <td width=
"60%"> Provides the basic functionality for a Remoting activator class.
45 <td width=
"30%"><a href=
"types/IConstructionCallMessage.html">interface IConstructionCallMessage
</a></td>
46 <td width=
"60%"> Represents the construction call request of an object.
50 <td width=
"30%"><a href=
"types/IConstructionReturnMessage.html">interface IConstructionReturnMessage
</a></td>
51 <td width=
"60%"> Identifies an
<a href=
"../System.Runtime.Remoting.Messaging/types/IMethodReturnMessage.html">IMethodReturnMessage
</a> that is returned after attempting to activate a remote object.
56 </dl><br><b>Enumerations
</b><dl>
58 <table border=
"1" width=
"90%" style=
"border-collapse: collapse">
60 <th bgcolor=
"#C0C0C0">Enumeration
</th>
61 <th bgcolor=
"#C0C0C0">
66 <td width=
"30%"><a href=
"types/ActivatorLevel.html">enumeration ActivatorLevel
</a></td>
67 <td width=
"60%"> Defines the appropriate position for an
<a href=
"../System/types/Activator.html">Activator
</a> in the chain of activators.
72 </dl><br><b>Namepace hierarchy
</b><br><ul class=
"none">
73 <li><a href=
"../System/types/Object.html">System.Object
</a></li>
75 <li><a href=
"../System/types/Attribute.html">System.Attribute
</a></li>
78 <li><a href=
"../System/types/ValueType.html">System.ValueType
</a></li>
80 <li><a href=
"../System/types/Enum.html">System.Enum
</a></li>
82 <li><a href=
"../System.Runtime.Remoting.Activation/types/ActivatorLevel.html">System.Runtime.Remoting.Activation.ActivatorLevel
</a></li>
86 </ul><br><i><a href=
"../documentation_license.txt">
87 Copyright (c)
2002 Microsoft Corporation. All rights reserved.